Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
@charliepark @david-crespo Ready for your perusal! |
Collaborator
Collaborator
The Base UI migration put z-index on Menu.Popup, a child of the positioned Menu.Positioner. Since the positioner had no z-index, it sat at auto in the stacking context, below the sticky pagination bar (z-index 15). Row action dropdowns near the bottom of a table were unclickable because the pagination intercepted pointer events.
Collaborator
|
17bee1f fixes the failing e2e by fixing this.
|
Collaborator
16ed29c to
3e25db0
Compare
Collaborator
|
I thought we had introduced a problem with the color of the loading bar, but it turns out that we actually already had a pretty big problem with the color of the loading bar, and I just didn't realize because my Firefox has dark UI chrome. The loading bar is only visible properly when both the chrome and the page theme match. When one is dark and the other is light, the loading bar is lost visually somehow in boundary. 2026-02-23-loading-bar-light-chrome.mp42026-02-23-loading-bar-dark-chrome.mp4 |
Contributor
Author
|
Wonderful, will get to the polish issues in due course |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Bump
@oxide/design-systemto v5 and add light mode support.Including:
localStoragedata-themeattribute applied to the document root viauseApplyThemefor theme supportindex.htmlscript to set theme before first paint to prevent flashlight:overrides (tabs, buttons, checkboxes, radios, dropdowns, etc.)